-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: bump version to 1.4.0 #7531
Conversation
I just encounterd a performance regression. I'll take a deeper look later. Update: See python-poetry/poetry-core#556. |
620eb0b
to
1344093
Compare
1344093
to
6c14cf0
Compare
Performance issue resolved, no blockers anymore, ready for review. 😄 |
Looking forward to this release! |
Any ideas when this version will be released? |
6c14cf0
to
57378d8
Compare
potential blocker: #7560 |
57378d8
to
b0de809
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; haven't had time to work on the blog post yet -- does it still need a helping hand?
IMO, it's ready for review. However, the preview fails. I could use a helping hand there. (I don't even know if it's relevant for production or if it's only the preview.) |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Resolves: #7357
Added
installer.modern-installation
) for faster installation of packages and independence from pip (#6205).Private ::
trove classifiers (#7271).@generated
comment at the beginning of the lock file (#7339).virtualenvs.prefer-active-python
when runningpoetry new
andpoetry init
(#7100).Changed
experimental.new-installer
tofalse
(#7358).platform
field from cached package info and bump the cache version (#7304).importlib-metadata
dependency (#7434).repository
modules (#7468).Fixed
poetry check
did not handle the-C, --directory
option correctly (#7241).poetry install --sync
(#7389).sys.argv[0]
when running installed scripts (#6737).direct_url.json
files were not written according to the specification (#7475).JSONDecodeError
when running a Python script that produced certain warnings (#6665).Docs
poetry export
can exportconstraints.txt
files (#7383).poetry-core (
1.5.1
)extras
are defined in the main dependency group (#542).setup.py
file in sdists by default (#318).tool.poetry.description
(#505).poetry-plugin-export (
^1.3.0
)